﻿/*统一部分*/
*{margin:0; padding:0;font-family: "Microsoft YaHei"}
body{padding-bottom: 20px;overflow: hidden}
li,dd{ margin:0; padding:0; list-style:none;}
ul{ margin:0; padding:0;}
a{ text-decoration:none;}
h1,h2,h3,h4{ margin:0; padding:0; font-family:"Microsoft YaHei";}

.clearbox{ clear:both;}
.clearfix {zoom: 1;}
.clearfix:after {content: "020";height: 0px;display: block;overflow: hidden;clear: both;}
.clear{
	clear: both;
}
/*表格部分*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	/*width:100%;*/
}
th{
	height: 34px;
	line-height: 34px;
	background: none;
	background-color: #fafafa;
}
td{
	height: 30px;
	line-height: 30p/x
}
/* input[type="text"]{
    width: 160px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #555555;
    background-color: #fdfdfd;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: left;
	text-indent: 5px;
	behavior: url(pie.htc);
} */
input[type="checkbox"]{
	width: 13px;
	height: 13px;
}
input[type="radio"]{
	width: 13px;
	height: 13px;
}
select{
    width: 162px;
    height: 28px;
    line-height: 28px;
    color: #555555;
    background-color: #fdfdfd;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: left;
	text-indent: 5px;
	behavior: url(pie.htc);
}

textarea{width:80%;height:80px;}
/*按钮组*/
.btnGroup{
	width: 340px;
	margin: 30px auto 0 auto;
}
/*按钮*/

.btn_form {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	float: right;
}

.botton-search{
	width: 60px;
	height: 30px;
	background-color: #05CBFF;
	border-radius: 4px;
	float: right;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	behavior: url(pie.htc);
	border: none;
	color: #fff;
}
.btn-search{
	border-radius: 2px;
	float: right;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 12px;
	cursor: pointer;
	behavior: url(pie.htc);
	border: 1px solid #ddd;
	color: #555;
	background-color: #fafafa;
	font-size: 13px;
}
.btn-search:hover{
	background-color: #0099cc;
	color: #fff;
	border: 1px solid #0099cc
}
.botton-search i{
	color: #fff;
	float: left;
	margin-left: 8px;
	margin-top: 7px;
	font-size: 14px
}
.botton-search h2{
	font-size: 12px;
	float: left;
	color: #fff;
	margin-top: 7px;
	margin-left: 5px
}
.btnCenter{
	float: none;
	margin: 0 auto ;
	display: block;
}
/*.botton-search:hover{
	cursor: pointer;
	background-color: #3FCBE8
}*/
.color01{
	background-color: #3cce95
}
.color02{
	background-color: #ff6501
}
.colorEdit{
	background-color: #F48A8B;
}
.colorReturn{
	background-color: #A7A7A7
}
.text-center{
	width: 100%;
	text-align: center;
	margin-left: 0px !important
}
.hide_li{
	display: none!important;
}


/*滚动条*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}




/*垂直方向的下按钮*/

::-webkit-scrollbar-button:vertical:increment {
    background:#D6F0FF;
    height:6px;
}




/*横向的右边按钮*/

::-webkit-scrollbar-button:horizontal:increment {
    /*background:#D6F0FF url(y1204.png) no-repeat 2px 0px;*/
    width:6px;
}
/*垂直方向的上按钮*/

::-webkit-scrollbar-button:vertical:decrement {
    /*background:#D6F0FF url(s1204.png) no-repeat 1px -2px;*/
    height:6px;

}

/*横向的左按钮*/

::-webkit-scrollbar-button:horizontal:decrement {
    /*background:#D6F0FF url(z1204.png) no-repeat 1px 0px;*/
    width:6px;
}

/*滚动槽的颜色 */
::-webkit-scrollbar-track-piece {
    background-color:transparent;
}
/* 滑轮的颜色 */

::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #35b3ff;
    border:none;
    border-radius:4px;
}

::-webkit-scrollbar-thumb:horizontal{
    height: 10px;
    background-color: #35b3ff;
    border:none;
    border-radius:4px;
}